Keysight VISA.NET Help
ReadLineListOfUInt16(UInt16[],Int64) Method



An array of unsigned 16-bit integers allocated by the calling program.
The index in the output data array where the first element is stored.
Read a comma separated list of unsigned 16-bit integers from the formatted I/O read buffer and store them into data starting at index, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Function ReadLineListOfUInt16( _
   ByVal data() As UShort, _
   ByVal index As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As UShort
Dim index As Long
Dim value As Long
 
value = instance.ReadLineListOfUInt16(data, index)
[CLSCompliant(false)]
long ReadLineListOfUInt16( 
   ushort[] data,
   long index
)
[CLSCompliant(false)]
int64 ReadLineListOfUInt16( 
   array<ushort>^ data,
   int64 index
) 

Parameters

data
An array of unsigned 16-bit integers allocated by the calling program.
index
The index in the output data array where the first element is stored.

Return Value

The actual number of integers actually read from the list.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025